home *** CD-ROM | disk | FTP | other *** search
- ; DEMO2H.SUB
-
- ; Begin Show Gears in rotating Pair Moving
-
- TEXT_MODE
- ECHO ┌─────────────────────────────────────────────────────────────────────────────┐
- ECHO │ DEMO2.MAC DEMONSTRATION MACRO FOR DANCAD3D v2.5x OR LATER. │
- ECHO └─────────────────────────────────────────────────────────────────────────────┘
- LOCATE 1 5
- ECHO THIRD ANIMATION: this demo shows that you can combine changes in
- ECHO perspective while parts are animated to give an impression of looking around a
- ECHO simulated mechanism in operation.
- LOCATE 1 9
- ECHO This animation makes 200 frames, so you will need some space on your
- ECHO harddisk for them to be stored, the requirements are:
- LOCATE 1 12
- ECHO * CGA board, needs 3.3M harddisk bytes free,
- ECHO * EGA board, needs 5.7M harddisk bytes free, and
- ECHO * Hercules (tm) card needs, harddisk 6.6M bytes free.
- LOCATE 1 16
- ECHO The two gears will rotate, along a line passing through their centers of
- ECHO rotation, 360 degrees while 10 teeth mesh as they turn at their 2:1 ratio.
- ECHO You can film this with any single frame cine camera to view the animation
- ECHO at higher speeds. Saving the images on cine film or stop motion VCR frees you
- ECHO from the limits of your harddisk's storage space and lack of speed. DANMOVIE
- ECHO v2.x can be used for tests if you save every tenth or hundredth frame to get a
- ECHO quick idea of how the final result will look. Press [Return] then [Control] &
- ECHO [X] if you want to abort the demo.
-
- LOCATE 5 25 ECHO Press [Return] to continue the demo. %%
-
- WAIT
-
- TEXT LOCATE 19 12 ECHO <WORKING: Animating the Compound Motion> %%
-
- DELAY 1000 ; to give time to press ^X
-
- ;END
-
-
-
-